home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / Form2.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-04  |  2.9 KB  |  102 lines

  1. VERSION 4.00
  2. Begin VB.Form Form2 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Form still under contruction"
  5.    ClientHeight    =   2850
  6.    ClientLeft      =   1590
  7.    ClientTop       =   1440
  8.    ClientWidth     =   4785
  9.    Height          =   3255
  10.    Left            =   1530
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2850
  15.    ScaleWidth      =   4785
  16.    ShowInTaskbar   =   0   'False
  17.    Top             =   1095
  18.    Width           =   4905
  19.    Begin VB.TextBox Text3 
  20.       Height          =   285
  21.       Left            =   1560
  22.       TabIndex        =   7
  23.       Top             =   1320
  24.       Width           =   2655
  25.    End
  26.    Begin VB.TextBox Text4 
  27.       Height          =   285
  28.       Left            =   1560
  29.       TabIndex        =   9
  30.       Top             =   1680
  31.       Width           =   2655
  32.    End
  33.    Begin VB.TextBox Text2 
  34.       Height          =   285
  35.       Left            =   1560
  36.       TabIndex        =   5
  37.       Top             =   960
  38.       Width           =   2655
  39.    End
  40.    Begin VB.TextBox Text1 
  41.       Height          =   285
  42.       Left            =   1560
  43.       TabIndex        =   3
  44.       Top             =   600
  45.       Width           =   2655
  46.    End
  47.    Begin VB.CommandButton Command1 
  48.       Caption         =   "&Cancel"
  49.       Height          =   375
  50.       Left            =   1800
  51.       TabIndex        =   0
  52.       Top             =   2280
  53.       Width           =   975
  54.    End
  55.    Begin VB.Label Label5 
  56.       Caption         =   "Phone"
  57.       Height          =   255
  58.       Left            =   480
  59.       TabIndex        =   8
  60.       Top             =   1680
  61.       Width           =   855
  62.    End
  63.    Begin VB.Label Label4 
  64.       Caption         =   "Address"
  65.       Height          =   255
  66.       Left            =   480
  67.       TabIndex        =   6
  68.       Top             =   1320
  69.       Width           =   975
  70.    End
  71.    Begin VB.Label Label3 
  72.       Caption         =   "Last Name"
  73.       Height          =   255
  74.       Left            =   480
  75.       TabIndex        =   4
  76.       Top             =   960
  77.       Width           =   975
  78.    End
  79.    Begin VB.Label Label2 
  80.       Caption         =   "First Name"
  81.       Height          =   255
  82.       Left            =   480
  83.       TabIndex        =   2
  84.       Top             =   600
  85.       Width           =   975
  86.    End
  87.    Begin VB.Label Label1 
  88.       Caption         =   "This Form has not yet been completed by the developer. "
  89.       ForeColor       =   &H00FF0000&
  90.       Height          =   255
  91.       Left            =   360
  92.       TabIndex        =   1
  93.       Top             =   120
  94.       Width           =   4215
  95.    End
  96. Attribute VB_Name = "Form2"
  97. Attribute VB_Creatable = False
  98. Attribute VB_Exposed = False
  99. Private Sub Command1_Click()
  100.     Form2.Hide
  101. End Sub
  102.